←Select platform

AnnPicture Constructor(byte[])

Summary
Creates a new instance of the AnnPicture from PNG data.
Syntax
C#
VB
Objective-C
C++
public AnnPicture( 
   byte[] pngData 
) 
Public Function New( _ 
   ByVal pngData() As Byte _ 
) 
-(id)initWithData:(NSData*)aPictureData; 
public:  
   AnnPicture(array<Byte>^ pngData) 

Parameters

pngData
Byte array containing PNG image data.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.